Split the VBD I/O statistics out into a VBD_metrics class. Document the
authorEwan Mellor <ewan@xensource.com>
Tue, 20 Feb 2007 21:28:19 +0000 (21:28 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 20 Feb 2007 21:28:19 +0000 (21:28 +0000)
commitd8d0f7d08c6ee3e5c1c3ec5fe10d71cc9d727949
treeb9a075d3a6913f275cd51a1c4b0dc6e4e0670940
parentc2592685ffff80eee0091e8c8ac45da6137c2cd3
Split the VBD I/O statistics out into a VBD_metrics class.  Document the
VBD.type field, and add it to the C bindings (this was already in Xend).

Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/xenapi-datamodel.tex
tools/libxen/include/xen_vbd.h
tools/libxen/include/xen_vbd_metrics.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_metrics_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_type.h [new file with mode: 0644]
tools/libxen/include/xen_vbd_type_internal.h [new file with mode: 0644]
tools/libxen/src/xen_vbd.c
tools/libxen/src/xen_vbd_metrics.c [new file with mode: 0644]
tools/libxen/src/xen_vbd_type.c [new file with mode: 0644]
tools/python/xen/xend/XendAPI.py